-
Notifications
You must be signed in to change notification settings - Fork 103
tapd: add itest for grouped asset channel funding #987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
bf764ca
to
3c5f6cb
Compare
3c5f6cb
to
4c38293
Compare
84bf0f8
to
d30865e
Compare
d30865e
to
103e485
Compare
Updated |
@GeorgeTsagk: review reminder |
103e485
to
e159f66
Compare
684cb4e
to
b14f20b
Compare
Ready for review, @ffranr and @GeorgeTsagk. |
b14f20b
to
85ae741
Compare
We remove the Zane node from all tests where its only role was being the universe server. Starting a node takes multiple seconds, so if we can spin up fewer nodes, we can save some time. And functionality wise Charlie can easily be the universe, we just need to define its port upfront so we can configure it to be its own proof courier.
85ae741
to
dedf12c
Compare
949259f
to
2ce063a
Compare
This commit prepares some of the helper functions to be able to handle channels that have multiple asset pieces in them.
2ce063a
to
23f300d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Non-blocking: Since the group keys on taprpc are already merged, we could enhance testCustomChannelsLiquidityEdgeCasesCore
with an extra option similar to groupMode
, which would control whether we open single asset ID or group funded channels. This way we could incorporate low-hanging coverage for this PR. Not sure what the diff for that would be, could def be a follow-up PR.
// Test case 2: Send a few direct keysend payment from Erin to Fabia. | ||
// ------------ | ||
for i := 0; i < numSends; i++ { | ||
// TODO(guggero): Actually specify group key here instead of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can actually use withGroupKey
now
github.com/lightninglabs/loop/looprpc v1.0.4-0.20250306160707-1091a628755c | ||
github.com/lightninglabs/loop/swapserverrpc v1.0.13-0.20250306160707-1091a628755c | ||
github.com/lightninglabs/lndclient v0.19.0-4 | ||
github.com/lightninglabs/loop v0.31.0-beta.0.20250425065236-7e81916829d9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this commit message only mentions tapd, while we also indirectly bump other core repos like lnd/loop/lndclient
Depends on lightninglabs/taproot-assets#1478.